home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 4 / FM Towns Free Software Collection 4 - Disc 1.iso / t_os / helper / source / file.h < prev    next >
Text File  |  1991-10-18  |  334b  |  18 lines

  1. /*
  2.     file.c
  3. */
  4.  
  5. int    yesno(char *form,...);
  6. void    kakunin(char *form,...);
  7.  
  8. void    FILE_open(char *file);
  9. void    FILE_close(void);
  10. void    FILE_back(void);
  11. void    FILE_next(void);
  12. void    FILE_irq(void);
  13. void    FILE_lpt(void);
  14. void    COPY_all(int argc,char *argv[]);
  15.  
  16. int    input(int x,int y,int max,char *str);
  17. char    *FILE_select(void);
  18.